[INFO] fetching crate term_lattice 0.4.2...
[INFO] testing term_lattice-0.4.2 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate term_lattice 0.4.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate term_lattice 0.4.2
[INFO] finished tweaking crates.io crate term_lattice 0.4.2
[INFO] tweaked toml for crates.io crate term_lattice 0.4.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate term_lattice 0.4.2 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c35f8e3e74289b8c7a6a5df4a51deba8ded2ccb034b8d6d94c46fd43006009d5
[INFO] running `Command { std: "docker" "start" "-a" "c35f8e3e74289b8c7a6a5df4a51deba8ded2ccb034b8d6d94c46fd43006009d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c35f8e3e74289b8c7a6a5df4a51deba8ded2ccb034b8d6d94c46fd43006009d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c35f8e3e74289b8c7a6a5df4a51deba8ded2ccb034b8d6d94c46fd43006009d5", kill_on_drop: false }`
[INFO] [stdout] c35f8e3e74289b8c7a6a5df4a51deba8ded2ccb034b8d6d94c46fd43006009d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44dd3318a7359d5752a936913085fb870c1a093ea4d5d636a53e22373093f371
[INFO] running `Command { std: "docker" "start" "-a" "44dd3318a7359d5752a936913085fb870c1a093ea4d5d636a53e22373093f371", kill_on_drop: false }`
[INFO] [stderr]    Compiling term_lattice v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:764:27
[INFO] [stdout]     |
[INFO] [stdout] 764 |     pub fn get_prev_color(&self) -> Ref<[Color; 2]> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 764 |     pub fn get_prev_color(&self) -> Ref<'_, [Color; 2]> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:768:31
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<[Color; 2]> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<'_, [Color; 2]> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:924:30
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub fn get_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stdout]     |                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub fn get_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:937:33
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stdout]     |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 1.12s
[INFO] running `Command { std: "docker" "inspect" "44dd3318a7359d5752a936913085fb870c1a093ea4d5d636a53e22373093f371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44dd3318a7359d5752a936913085fb870c1a093ea4d5d636a53e22373093f371", kill_on_drop: false }`
[INFO] [stdout] 44dd3318a7359d5752a936913085fb870c1a093ea4d5d636a53e22373093f371
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bcb1f2591111998d957654ce95eb90924eee74be0ee95aea34b5df0149e96b2e
[INFO] running `Command { std: "docker" "start" "-a" "bcb1f2591111998d957654ce95eb90924eee74be0ee95aea34b5df0149e96b2e", kill_on_drop: false }`
[INFO] [stderr]    Compiling term_lattice v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:764:27
[INFO] [stdout]     |
[INFO] [stdout] 764 |     pub fn get_prev_color(&self) -> Ref<[Color; 2]> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 764 |     pub fn get_prev_color(&self) -> Ref<'_, [Color; 2]> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:768:31
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<[Color; 2]> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<'_, [Color; 2]> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:924:30
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub fn get_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stdout]     |                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub fn get_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:937:33
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stdout]     |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:764:27
[INFO] [stdout]     |
[INFO] [stdout] 764 |     pub fn get_prev_color(&self) -> Ref<[Color; 2]> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 764 |     pub fn get_prev_color(&self) -> Ref<'_, [Color; 2]> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:768:31
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<[Color; 2]> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<'_, [Color; 2]> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:924:30
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub fn get_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stdout]     |                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub fn get_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:937:33
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stdout]     |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 1.59s
[INFO] running `Command { std: "docker" "inspect" "bcb1f2591111998d957654ce95eb90924eee74be0ee95aea34b5df0149e96b2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcb1f2591111998d957654ce95eb90924eee74be0ee95aea34b5df0149e96b2e", kill_on_drop: false }`
[INFO] [stdout] bcb1f2591111998d957654ce95eb90924eee74be0ee95aea34b5df0149e96b2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 53b81b57f2cf9fe264e118f1d58953dac352384c30ab1f5eea631d84c64faf57
[INFO] running `Command { std: "docker" "start" "-a" "53b81b57f2cf9fe264e118f1d58953dac352384c30ab1f5eea631d84c64faf57", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:764:27
[INFO] [stderr]     |
[INFO] [stderr] 764 |     pub fn get_prev_color(&self) -> Ref<[Color; 2]> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 764 |     pub fn get_prev_color(&self) -> Ref<'_, [Color; 2]> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:768:31
[INFO] [stderr]     |
[INFO] [stderr] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<[Color; 2]> {
[INFO] [stderr]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 768 |     pub fn get_prev_color_mut(&self) -> RefMut<'_, [Color; 2]> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:924:30
[INFO] [stderr]     |
[INFO] [stderr] 924 |     pub fn get_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stderr]     |                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 924 |     pub fn get_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:937:33
[INFO] [stderr]     |
[INFO] [stderr] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<Vec<Color>> {
[INFO] [stderr]     |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 937 |     pub fn get_bg_colors_borrow(&self) -> Ref<'_, Vec<Color>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `term_lattice` (lib) generated 4 warnings (run `cargo fix --lib -p term_lattice` to apply 4 suggestions)
[INFO] [stderr] warning: `term_lattice` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/term_lattice-baf43e68319d98c5)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test ansi_colors_tests::fmt ... ok
[INFO] [stdout] test screen_buffer_test::flush ... ignored
[INFO] [stdout] test screen_buffer_test::get_pos_text ... ok
[INFO] [stdout] test screen_buffer_test::get_pos_index ... ok
[INFO] [stdout] test color_test::chromatic_aberration ... ok
[INFO] [stdout] test screen_buffer_test::incremental_flush ... ok
[INFO] [stdout] test tuple_swap_test ... ok
[INFO] [stdout] test ansi_cursor_control_tests::test ... ok
[INFO] [stdout] test screen_buffer_test::example ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests term_lattice
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/lib.rs - Direction (line 172) ... ok
[INFO] [stdout] test src/lib.rs - Config::new (line 148) ... ok
[INFO] [stdout] test src/lib.rs - Config (line 124) ... ok
[INFO] [stdout] test src/lib.rs - Color::default (line 569) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::from (line 1007) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer (line 627) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::from (line 1029) ... ok
[INFO] [stdout] test src/lib.rs - Color::enum_variant_eq (line 579) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::eq (line 954) ... ok
[INFO] [stdout] test src/lib.rs - Color::to_ansi (line 480) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::default (line 943) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::get_pos_index (line 688) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::get_colors_borrow (line 916) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::into (line 976) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::get_bg_colors_borrow (line 929) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::from (line 993) ... ok
[INFO] [stdout] test src/lib.rs - char::from (line 188) ... ok
[INFO] [stdout] test src/lib.rs - ScreenBuffer::new (line 654) ... ok
[INFO] [stdout] test src/lib.rs - traits::Vec<T>::fill_capacity (line 36) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.65s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "53b81b57f2cf9fe264e118f1d58953dac352384c30ab1f5eea631d84c64faf57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53b81b57f2cf9fe264e118f1d58953dac352384c30ab1f5eea631d84c64faf57", kill_on_drop: false }`
[INFO] [stdout] 53b81b57f2cf9fe264e118f1d58953dac352384c30ab1f5eea631d84c64faf57
